home *** CD-ROM | disk | FTP | other *** search
/ The Netherlands - A Compact World / The Netherlands.iso / moreinfo / nl / nl.css < prev    next >
Cascading Style Sheet File  |  2002-10-09  |  385b  |  25 lines

  1. BODY,TD {
  2.     font-family : Arial, Helvetica, sans-serif;
  3.     font-size : 10px;
  4.     line-height : 16px;
  5.     color : #000055;
  6.     background-color: #FFFFFF
  7. }
  8.  
  9.  
  10.  
  11. H1 {
  12.     font-family : Arial, Helvetica, sans-serif;
  13.     font-size : 11px;
  14.     line-height : 20px;
  15.     color : #000055;
  16. }
  17.  
  18. A {    text-decoration: none;
  19.     color:#000055;
  20. }
  21.  
  22. A:Hover {
  23.     text-decoration: underline;
  24.     color:#000055;
  25. }